home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 042a / rkpls301.zip / RKPLUS.301 < prev    next >
Text File  |  1993-03-04  |  2KB  |  49 lines

  1.  
  2.  
  3.                        Last Minute Changes to RkPlus 3.01
  4.  
  5.  
  6. ------------------------------------------------------------------------------
  7.  
  8.  
  9. The following features were added to RkPlus after the manual was completed:
  10.  
  11.  
  12. KeyFileCode : LongInt;
  13.  
  14. This variable defaults to 0 (no KeyFile scrambling).  If it set to any valid 
  15. non-zero value ($00000001 to $FFFFFFFF) then it will be used to generate an 
  16. algorythm to "scramble" the key file as it is written.  If KeyFileCode is not 
  17. set to the exact same value in programmes which read the key file, the file 
  18. will be unreadable.
  19.  
  20. KeyFileCode is designed to prevent hackers from being able to use a copy of 
  21. RkPlus to read your key files.  It has the additional effect of making the key 
  22. file illegible when listed by text file viewers.
  23.  
  24.  
  25. Procedure SetFileEnc(ef : FileFuncType);
  26.  
  27. This procedure is used to specify the File Encoding Function that will be used 
  28. by RkPlus to "scramble" key files (see KeyFileCode).  It is automatically set 
  29. by Rkp2Enc and Rkp3Enc.  You will only need to use SetFileEnc if you are using 
  30. user-written encoding functions.
  31.  
  32.  
  33. FileFuncType = Function(v : Byte; b : Boolean) : Byte;
  34.  
  35. This type defines the function type that would be passed to SetFileEnc, when 
  36. specifying a File Encoding Function (see SetFileEnc).  It is automatically set 
  37. by Rkp2Enc and Rkp3Enc.  You will only need to use FileFuncType if you are 
  38. using user-written encoding functions.
  39.  
  40.  
  41. RkPlus now supports Borland Pascal(tm) 7.0 (DOS/Real, Protected/DPMI and 
  42. Windows Modes). The BP 7.0 versions are contained in the archive RKP70TPU.ZIP 
  43. (TPU, TPP & TPW).
  44.  
  45.  
  46. ------------------------------------------------------------------------------
  47.  
  48.  
  49.